home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_789
/
frame_25
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
347b
|
21 lines
if(_root.timer > 1)
{
_root.timer--;
count++;
if(count >= Math.round(0.1 * _root.starttimer))
{
count = 1;
_root.corntouse = _root.corntouse + 1;
}
gotoAndPlay(2);
}
else
{
_root.timer = "00";
_root.wait = true;
_root.corntouse = 0;
count = 0;
stop();
_root.dead("outtatime");
}